home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  2.7 KB  |  91 lines

  1. on about
  2.   global status
  3.   eracemenudownbutton()
  4.   set status to "about"
  5.   puppetSprite(19, 1)
  6.   set the type of sprite 19 to 1
  7.   set the ink of sprite 19 to 0
  8.   set the foreColor of sprite 19 to 255
  9.   set the backColor of sprite 19 to 0
  10.   set the castNum of sprite 19 to the number of member "about"
  11.   set the locH of sprite 19 to 320
  12.   set the locV of sprite 19 to 180
  13.   updateStage()
  14. end
  15.  
  16. on exitalart
  17.   global status
  18.   eracemenudownbutton()
  19.   set status to "exitAlart"
  20.   puppetSprite(19, 1)
  21.   set the type of sprite 19 to 1
  22.   set the ink of sprite 19 to 0
  23.   set the foreColor of sprite 19 to 255
  24.   set the backColor of sprite 19 to 0
  25.   set the castNum of sprite 19 to the number of member "exitDialog"
  26.   set the locH of sprite 19 to 320
  27.   set the locV of sprite 19 to 240
  28.   updateStage()
  29.   puppetSprite(20, 1)
  30.   set the type of sprite 20 to 1
  31.   set the ink of sprite 20 to 0
  32.   set the foreColor of sprite 20 to 255
  33.   set the backColor of sprite 20 to 0
  34.   set the castNum of sprite 20 to the number of member "cancel,up"
  35.   set the locH of sprite 20 to 192
  36.   set the locV of sprite 20 to 251
  37.   updateStage()
  38.   puppetSprite(21, 1)
  39.   set the type of sprite 21 to 1
  40.   set the ink of sprite 21 to 0
  41.   set the foreColor of sprite 21 to 255
  42.   set the backColor of sprite 21 to 0
  43.   set the castNum of sprite 21 to the number of member "yes,up"
  44.   set the locH of sprite 21 to 322
  45.   set the locV of sprite 21 to 251
  46.   updateStage()
  47. end
  48.  
  49. on helpmenu
  50.   global status
  51.   eracemenudownbutton()
  52.   unLoad()
  53.   set status to "helpMenu"
  54.   puppetSprite(19, 1)
  55.   set the type of sprite 19 to 1
  56.   set the ink of sprite 19 to 0
  57.   set the foreColor of sprite 19 to 255
  58.   set the backColor of sprite 19 to 0
  59.   set the castNum of sprite 19 to the number of member "help1"
  60.   set the locH of sprite 19 to 320
  61.   set the locV of sprite 19 to 251
  62.   updateStage()
  63.   puppetSprite(20, 1)
  64.   set the type of sprite 20 to 1
  65.   set the ink of sprite 20 to 0
  66.   set the foreColor of sprite 20 to 255
  67.   set the backColor of sprite 20 to 0
  68.   set the castNum of sprite 20 to the number of member "helpNext,up"
  69.   set the locH of sprite 20 to 84
  70.   set the locV of sprite 20 to 50
  71.   updateStage()
  72.   puppetSprite(21, 1)
  73.   set the type of sprite 21 to 1
  74.   set the ink of sprite 21 to 0
  75.   set the foreColor of sprite 21 to 255
  76.   set the backColor of sprite 21 to 0
  77.   set the castNum of sprite 21 to the number of member "helpPrev,up"
  78.   set the locH of sprite 21 to 42
  79.   set the locV of sprite 21 to 50
  80.   updateStage()
  81.   puppetSprite(22, 1)
  82.   set the type of sprite 22 to 1
  83.   set the ink of sprite 22 to 0
  84.   set the foreColor of sprite 22 to 255
  85.   set the backColor of sprite 22 to 0
  86.   set the castNum of sprite 22 to the number of member "closeHelp,up"
  87.   set the locH of sprite 22 to 42
  88.   set the locV of sprite 22 to 32
  89.   updateStage()
  90. end
  91.